home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / catapult / catapult.exe / PPC / PERFCTRS / RWSCTRS.H < prev    next >
C/C++ Source or Header  |  1996-05-07  |  1KB  |  45 lines

  1. //#---------------------------------------------------------------
  2. //  File:        rwsctrs.h
  3. //
  4. //  Synopsis:    Offset definitions for the RWS
  5. //                counter objects & counters.
  6. //
  7. //                These offsets *must* start at 0 and be
  8. //                multiples of 2.  In the OpenPerformanceData
  9. //                procecedure, they will be added to the
  10. //                "First Counter" and "First Help" values 
  11. //                from the Registry in order to determine the 
  12. //              absolute location of the counter & object names
  13. //                and corresponding help text in the registry.
  14. //
  15. //                This file is used by this DLL as well as the
  16. //              .INI definition file, which is parsed by the 
  17. //              LODCTR utility to load the object & counter 
  18. //              names into the registry.
  19. //
  20. //    Copyright (C) 1996 Microsoft Corporation
  21. //    All rights reserved.
  22. //
  23. //  History
  24. //      Feb 20 1996: RobSol    Original version
  25. //----------------------------------------------------------------
  26.  
  27. #ifndef _RWSCTRS_H_
  28. #define _RWSCTRS_H_
  29.  
  30.  
  31. //
  32. //  The counter object.
  33. //
  34.  
  35. #define RWS_COUNTER_OBJECT                0
  36.  
  37.  
  38. //
  39. //  The individual counters.
  40. //
  41.  
  42. #define RWS_NUM_DEVELOPERS_COUNTER            2
  43.  
  44. #endif  // _RWSCTRS_H_
  45.